projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af43062
)
More fixes for 2007-08-21 merge conflict.
author
Juri Linkov
<juri@jurta.org>
Fri, 24 Aug 2007 22:18:04 +0000
(22:18 +0000)
committer
Juri Linkov
<juri@jurta.org>
Fri, 24 Aug 2007 22:18:04 +0000
(22:18 +0000)
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 85c6af601dc6a41448b0796d4f35755bae98ca72..d351e84c87cdab3d4c0599880cea3b475426caf8 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-1372,7
+1372,8
@@
Warning Warning!!! Pure space overflow !!!Warning Warning
(defun exit-splash-screen ()
"Stop displaying the splash screen buffer."
- (if (get-buffer "*About GNU Emacs*")
+ (interactive)
+ (if fancy-splash-outer-buffer
(throw 'stop-splashing nil)
(quit-window t)))